home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 3 / CD ACTUAL 3.iso / linux / system / ringd-0.000 / ringd-0 / ringd / config.h next >
Encoding:
C/C++ Source or Header  |  1995-02-02  |  691 b   |  14 lines

  1. #define MODEM_DEV "/dev/modem"    /* Modem device. */
  2. #define BPS_RATE B9600        /* Baud rate for the modem. */
  3. #define RESET_STR "atz\r"    /* Initialization string. */
  4. #define OK "OK"            /* Modem OK string. */
  5. #define RING "RING"        /* Modem RING string. */
  6. #define RING_TIME 7        /* Time (in seconds) between rings. */
  7. #define TOTAL_TIME 45        /* The total time interval (in seconds)
  8.                  * between the first sequence of rings and
  9.                  * the second. */
  10. #define RECYCLE_TIME 300    /* Time to wait between checking whether
  11.                  * dip has gone offline or not. */
  12. #define PROGRAM "/sbin/dip"    /* Full-pathname of program to run. */
  13. #define ARG "/home/thekind/bin/tezcat.dip" /* Arguments to pass to program. */
  14.